home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- if the visible of sprite 29 = 0 then
- repeat with i = 29 to 32
- set the visible of sprite i to 1
- end repeat
- else
- repeat with i = 29 to 32
- set the visible of sprite i to 0
- end repeat
- end if
- updateStage()
- end
-